projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7d97e
)
arm: mvebu: helios4: Reset uSOM onboard phy during board init
author
Aditya Prayoga
<
[email protected]
>
Tue, 4 Dec 2018 16:57:25 +0000
(
00:57
+0800)
committer
Stefan Roese
<
[email protected]
>
Sat, 8 Dec 2018 15:19:41 +0000
(16:19 +0100)
Similar to Clearfog rev 2.1, GPIO 19 also used to reset onboard ethernet
PHY.
This patch depend on
net: mvneta: Add GPIO configuration support
[URL: https://patchwork.ozlabs.org/patch/
1007736
/]
Signed-off-by: Aditya Prayoga <
[email protected]
>
Reviewed-by: Stefan Roese <
[email protected]
>
Tested-By: Dennis Gilmore <
[email protected]
>
Reviewed-By: Dennis Gilmore <
[email protected]
>
Signed-off-by: Stefan Roese <
[email protected]
>
arch/arm/dts/armada-388-helios4-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/armada-388-helios4-u-boot.dtsi
b/arch/arm/dts/armada-388-helios4-u-boot.dtsi
index 4bc00aec10f901fb413a9cd08ebf737528e8e0c2..4b20610d83195da6365f03953c7b7de051e1ec50 100644
(file)
--- a/
arch/arm/dts/armada-388-helios4-u-boot.dtsi
+++ b/
arch/arm/dts/armada-388-helios4-u-boot.dtsi
@@
-8,6
+8,10
@@
};
};
+ð0 {
+ phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
+};
+
&spi1 {
u-boot,dm-spl;
};